feat: OCS Calendar Import#55178
Open
SebastianKrupinski wants to merge 1 commit into
Open
Conversation
SebastianKrupinski
requested review from
CarlSchwan,
icewind1991 and
nfebe
and removed request for
a team
September 18, 2025 19:28
SebastianKrupinski
force-pushed
the
feat/calendar-import-export-ocs
branch
from
September 23, 2025 00:15
12ad7af to
6838bbe
Compare
SebastianKrupinski
force-pushed
the
feat/calendar-import-export-ocs
branch
3 times, most recently
from
September 23, 2025 00:57
e000a47 to
a3431ef
Compare
provokateurin
previously requested changes
Sep 28, 2025
provokateurin
left a comment
Member
There was a problem hiding this comment.
The code comments in the controller are a bit useless, you might want to remove them to avoid confusion if the code is refactored later.
SebastianKrupinski
force-pushed
the
feat/calendar-import-export-ocs
branch
from
October 15, 2025 23:53
a3431ef to
3e048d5
Compare
SebastianKrupinski
force-pushed
the
feat/calendar-import-export-ocs
branch
from
October 19, 2025 18:23
2ac397f to
20a731c
Compare
SebastianKrupinski
force-pushed
the
feat/calendar-import-export-ocs
branch
from
June 9, 2026 21:25
20a731c to
0ad93ad
Compare
SebastianKrupinski
requested review from
ChristophWurst and
tcitworld
as code owners
June 9, 2026 21:25
SebastianKrupinski
force-pushed
the
feat/calendar-import-export-ocs
branch
from
June 10, 2026 16:31
0ad93ad to
56838c2
Compare
SebastianKrupinski
force-pushed
the
feat/calendar-import-export-ocs
branch
2 times, most recently
from
June 10, 2026 18:24
45970d0 to
0ea9465
Compare
SebastianKrupinski
force-pushed
the
feat/calendar-import-export-ocs
branch
6 times, most recently
from
June 12, 2026 19:22
6631397 to
d0e8053
Compare
8 tasks
SebastianKrupinski
force-pushed
the
feat/calendar-import-export-ocs
branch
from
July 14, 2026 14:06
d0e8053 to
4d7c277
Compare
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
SebastianKrupinski
force-pushed
the
feat/calendar-import-export-ocs
branch
from
July 14, 2026 17:35
4d7c277 to
085f3d4
Compare
|
|
||
| use JsonSerializable; | ||
|
|
||
| interface ImportEvent extends JsonSerializable { |
| * SPDX-License-Identifier: AGPL-3.0-or-later | ||
| */ | ||
|
|
||
| namespace OCP\AppFramework\Http; |
Member
There was a problem hiding this comment.
new public API. this is going to be messy in the backport.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Extracted from #49995
This adds the ability to export and import calendars via the OCS
OCS Import
Endpoint: /ocs/v2.php/calendar/import
Request: POST
Checklist